HTML5 CSS Reset


The one we will use:

http://html5doctor.com/html-5-reset-stylesheet/

Basic Info
http://html5reset.org/


HTML5 Shiv


A JavaScript to create the HTML5 elements in the DOM for older versions of IE.
<!-- HTML Snippet -->
 
<!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

More HTML5 JS

 
[[code]]
===Modernizr=== 
http://modernizr.com/
[[code format="html4strict"]]
 
 
 

Respond

https://github.com/scottjehl/Respond
 
 
 
 
.